home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / source / machine / ibmpc / djgcc / makefix.bat < prev    next >
Encoding:
DOS Batch File  |  1993-02-09  |  115 b   |  8 lines

  1. masm gccfix;
  2. link gccfix;
  3. exe2bin gccfix;
  4. del gccfix.com
  5. ren gccfix.bin *.com
  6. del gccfix.exe
  7. del gccfix.obj
  8.